file indexing

英 [faɪl ˈɪndeksɪŋ] 美 [faɪl ˈɪndeksɪŋ]

网络  文件索引

计算机



双语例句

  1. Since JDK1.3, the JAR file format has supported indexing to optimize the process of searching for classes in network applications, especially applets.
    从JDK1.3以后,JAR文件格式开始支持索引以优化网络应用程序中类的搜索过程,特别是applet。
  2. The document model, defined in a file, specifies a model for parsing and indexing structured documents of format XML, for example.
    文档模型在一个文件中定义,它们指定对结构化文档(例如XML格式的文档)进行解析和建立索引的模型。
  3. Reducing mail file size improves performance of view indexing, compact, backup and restore, and transaction logging.
    减小邮件文件的大小可以提高视图索引编制、压缩、备份还原和事务日志记录的性能。
  4. Lucene comes with a class called the EnWikiDocMaker ( in Lucene's contrib/ benchmark package) that can read in a Wikipedia file dump and produce documents for indexing in Lucene.
    Lucene提供了一个称为EnWikiDocMaker的类(包含在Lucene的contrib/benchmark包中),该类可以读取Wikipedia文件块中的内容并生成编入Lucene索引的文档。
  5. In some countries, all patients have a personal medical file indexing their health and treatment data.
    在一些国家,所有患者都有一个记录其保健与医疗数据的个人医疗档案。
  6. By comparing the two persist storage units, file and database, we choose the latter, which is better for saving and indexing global massive data.
    分别阐述了如何以文件和数据库两种方式存储全球金字塔模型;
  7. Therefore, we should complete XML-oriented file pre-processing and indexing and select XML-oriented file retrieval models.
    为此,必须完成面向XML的文档预处理和索引、面向XML的文档检索及检索模型的选择。
  8. Applying inverted file indexing technique and Chinese word segmentation technique, DI method builds an absolute index model and a relative one. The method can efficiently support diverse queries.
    DI索引方法采用倒排文件索引机制及中文分词技术,建立了绝对索引模型和相对索引模型,能有效支持各种形式的路径表达式,又不会占用过大的空间。
  9. The data receiver receives the original documents that distributed by data source and store them on HDFS ( Hadoop Distributed File System), then sub-mits an indexing job to the Hadoop cluster according to the rule.
    数据接收前端接收数据源分发的原始文档,将文档存储在HDFS(HadoopDistributedFileSystem)上,并按照规则向Hadoop集群提交索引任务。
  10. Electronic file system mainly includes business front circle module, file transfer module, a scanning module, the image upload module, OCR module, automatic indexing release archive module, query module data module.
    电子化档案系统主要包括业务前台圈选模块、档案交接模块、扫描模块、影像上传模块、OCR自动索引模块、发布归档模块、查询模块数据导出模块。
  11. Of course, this system is primary using the Lucene index to establish appropriate index directory, and then write the data with the format of file into the appropriate directory, actually improve the indexing and querying performance.
    当然此系统主要通过Lucene建立相应的索引目录,采取将数据写成文件形式放入相应的目录,主要是为了提高索引及查询的性能。